Home > C Programming > C Basics > Questions and Answers
01. | What is the correct value to return to the operating system upon the successful completion of a program? | |||||||||||
|
02. | What is the only function all C programs must contain? | |||||||||||
|
03. | What punctuation is used to signal the beginning and end of code blocks? | |||||||||||
|
04. | What punctuation ends most lines of C code? | |||||||||||
|
05. | Which of the following is a correct comment? | |||||||||||
|
06. | Which of the following is not a correct variable type? | |||||||||||
|
07. | Which of the following is the correct operator to compare two variables? | |||||||||||
|
08. |
What are storage classes in 'C' language? Choose multiple options. a. register keyword b. extern keyword c. automatic d. static | |||||||||||
|
09. | How many storage class specifiers are present in "C" language? | |||||||||||
|
10. | How many variables scopes are there in "C" language? | |||||||||||
|